The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "lingua::stem"

Lingua::Stem - Stemming of words River stage three • 16 direct dependents • 136 total dependents

This routine applies stemming algorithms to its parameters, returning the stemmed words as appropriate to the selected locale. You can import some or all of the class methods. use Lingua::Stem qw (stem clear_stem_cache stem_caching add_exceptions del...

SNOWHARE/Lingua-Stem-2.31 - 26 Sep 2020 06:27:58 UTC - Search in distribution

Lingua::Stem::Es - Perl Spanish Stemming River stage zero No dependents

This module uses Porter's Stemming Algorithm to return an array reference of stemmed words. The algorithm is implemented as described in: http://snowball.tartarus.org/algorithms/spanish/stemmer.html The interface was made to follow the conventions se...

JFRAIRE/Lingua-Stem-Es-0.04 - 15 Sep 2008 23:01:33 UTC - Search in distribution

Lingua::Stem::Fr - Perl French Stemming River stage three • 1 direct dependent • 137 total dependents

This module use the a modified version of the Porter Stemming Algorithm to return a stemmed words. The algorithm is implemented as described in: http://snowball.tartarus.org/french/stemmer.html with some improvement. The code is carefully crafted to ...

SDP/Lingua-Stem-Fr-0.02 - 27 Apr 2004 06:22:46 UTC - Search in distribution

Lingua::Stem::It - Porter's stemming algorithm for Italian River stage three • 1 direct dependent • 137 total dependents

This module applies the Porter Stemming Algorithm to its parameters, returning the stemmed words. The algorithm is implemented exactly (I hope :-) as described in: http://snowball.tartarus.org/algorithms/italian/stemmer.html The code is carefully cra...

ACALPINI/Lingua-Stem-It-0.02 - 08 Jun 2007 10:08:23 UTC - Search in distribution

Lingua::Stem::Ru - Porter's stemming algorithm for Russian (KOI8-R only) River stage three • 1 direct dependent • 137 total dependents

This module applies the Porter Stemming Algorithm to its parameters, returning the stemmed words. The algorithm is implemented exactly as described in: http://snowball.tartarus.org/algorithms/russian/stemmer.html The code is carefully crafted to work...

NEILB/Lingua-Stem-Ru-0.04 - 12 Feb 2016 22:19:56 UTC - Search in distribution

Lingua::Stem::Uk - Porter's stemming algorithm for Ukrainian River stage zero No dependents

This module applies the Porter Stemming Algorithm to its parameters, returning the stemmed words. The code is carefully crafted to work in conjunction with the Lingua::Stem module by Benjamin Franz. This stemmer is also based on the work of Aldo Capi...

RRVCKU/Lingua-Stem-Uk-0.01 - 17 Oct 2017 22:55:58 UTC - Search in distribution

Lingua::Stem::Any - Unified interface to any stemmer on CPAN River stage zero No dependents

This module aims to provide a simple unified interface to any stemmer on CPAN. It will provide a default available source module when a language is requested but no source is requested. Attributes language The following language codes are currently s...

PATCH/Lingua-Stem-Any-0.05 - 29 Aug 2014 06:24:19 UTC - Search in distribution

Lingua::Stem::Patch - Patch stemmers for Esperanto and Ido River stage one • 1 direct dependent • 1 total dependent

This module contains a collection of stemmers for multiple languages using the Patch stemming algorithms. The languages currently implemented are Esperanto, Ido, and Polish. This is a new project under active development and the current stemming algo...

PATCH/Lingua-Stem-Patch-0.06 - 13 Feb 2015 23:47:57 UTC - Search in distribution

Lingua::Stem::UniNE - University of Neuchâtel stemmers River stage one • 1 direct dependent • 1 total dependent

This module contains a collection of stemmers for multiple languages based on stemming algorithms provided by Jacques Savoy of the University of Neuchâtel (UniNE). The languages currently implemented are Bulgarian, Czech, German, and Persian. Work is...

PATCH/Lingua-Stem-UniNE-0.08 - 27 Aug 2014 01:54:53 UTC - Search in distribution

Lingua::Stem::Cistem - CISTEM Stemmer for German River stage zero No dependents

This is the CISTEM stemmer for German based on the "OFFICIAL IMPLEMENTATION". Typically stemmers are used in applications like Information Retrieval, Keyword Extraction or Topic Matching. It applies the CISTEM stemming algorithm to a word, returning ...

WOLLMERS/Lingua-Stem-Cistem-0.08 - 06 Aug 2020 16:16:17 UTC - Search in distribution

Lingua::Stem::Snowball - Perl interface to Snowball stemmers. River stage two • 7 direct dependents • 21 total dependents

Stemming reduces related words to a common root form -- for instance, "horse", "horses", and "horsing" all become "hors". Most commonly, stemming is deployed as part of a search application, allowing searches for a given term to match documents which...

CREAMYG/Lingua-Stem-Snowball-0.952 - 28 Aug 2008 08:17:59 UTC - Search in distribution

Lingua::Stem::Snowball::Ca - Perl interface to Snowball stemmer for the Catalan language. River stage zero No dependents

Stemming reduces related words to a common root form -- for instance, "horse", "horses", and "horsing" all become "hors". Most commonly, stemming is deployed as part of a search application, allowing searches for a given term to match documents which...

LVALIUKAS/Lingua-Stem-Snowball-Ca-0.01 - 22 Nov 2017 12:27:49 UTC - Search in distribution

Lingua::Stem::Snowball::Da - Porters stemming algorithm for Denmark River stage three • 1 direct dependent • 137 total dependents

The stem function takes a scalar as a parameter and stems the word according to Martin Porters Danish stemming algorithm, which can be found at the Snowball website: <http://snowball.tartarus.org/>. It also supports caching if you pass the use_cache ...

CINE/Lingua-Stem-Snowball-Da-1.01 - 05 Mar 2003 02:47:51 UTC - Search in distribution

Lingua::Stem::Snowball::Lt - Perl interface to Snowball stemmer for the Lithuanian language. River stage zero No dependents

Stemming reduces related words to a common root form -- for instance, "horse", "horses", and "horsing" all become "hors". Most commonly, stemming is deployed as part of a search application, allowing searches for a given term to match documents which...

LVALIUKAS/Lingua-Stem-Snowball-Lt-0.03 - 27 Nov 2013 15:34:22 UTC - Search in distribution

Lingua::Stem::Snowball::No - Porters stemming algorithm for Norwegian River stage three • 1 direct dependent • 137 total dependents

The stem function takes a scalar as a parameter and stems the word according to Martin Porters Norwegian stemming algorithm, which can be found at the Snowball website: <http://snowball.tartarus.org/>. It also supports caching if you pass the use_cac...

ASKSH/Snowball-Norwegian-1.2 - 08 May 2007 19:55:54 UTC - Search in distribution

Lingua::Stem::Snowball::Se - Porters stemming algorithm for Swedish River stage three • 1 direct dependent • 137 total dependents

The stem function takes a scalar as a parameter and stems the word according to Martin Porters Swedish stemming algorithm, which can be found at the Snowball website: <http://snowball.tartarus.org/>. It also supports caching if you pass the use_cache...

ASKSH/Snowball-Swedish-1.2 - 08 May 2007 20:03:51 UTC - Search in distribution

Lingua::Ogmios::Annotations::Stem - Perl extension for the stem annotations River stage zero No dependents

THHAMON/Lingua-Ogmios-0.011 - 13 Sep 2015 16:40:28 UTC - Search in distribution

perl5140delta - what is new for perl v5.14.0 River stage five • 11292 direct dependents • 32664 total dependents

This document describes differences between the 5.12.0 release and the 5.14.0 release. If you are upgrading from an earlier release such as 5.10.0, first read perl5120delta, which describes differences between 5.10.0 and 5.12.0. Some of the bug fixes...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

umls-similarity.pl - This program returns a semantic similarity score between two concepts. River stage one • 1 direct dependent • 1 total dependent

BTMCINNES/UMLS-Similarity-1.47 - 14 Sep 2016 20:12:40 UTC - Search in distribution

DBIx::FullTextSearch - Indexing documents with MySQL as storage River stage one • 1 direct dependent • 1 total dependent

DBIx::FullTextSearch is a flexible solution for indexing contents of documents. It uses the MySQL database to store the information about words and documents and provides Perl interface for indexing new documents, making changes and searching for mat...

TJMATHER/DBIx-FullTextSearch-0.73 - 02 Mar 2003 22:46:49 UTC - Search in distribution
59 results (0.06 seconds)